projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a222e5e
)
(edebug-display): Don't go to edebug-outside-buffer if it is dead.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Mar 2007 13:23:42 +0000
(13:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Mar 2007 13:23:42 +0000
(13:23 +0000)
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index 2777ea775e9a8285c6b8fbbe43a0c0aadb86e459..151bbd2bd9eb87b63588c25e8551a060f4c39b3e 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-2755,7
+2755,8
@@
MSG is printed after `::::} '."
) ; if edebug-save-windows
;; Restore current buffer always, in case application needs it.
- (set-buffer edebug-outside-buffer)
+ (if (buffer-name edebug-outside-buffer)
+ (set-buffer edebug-outside-buffer))
;; Restore point, and mark.
;; Needed even if restoring windows because
;; that doesn't restore point and mark in the current buffer.